@charset "utf-8"; h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}

a {
    text-decoration: none;
    color: #1f5fa8;
}

/*form style*/
input[type=tel] {
    border: 1px solid #ddd;
    height: 18px;
    line-height: 18px;
    padding: 3px;
    font-family: "Microsoft YaHei",Tahoma,Verdana,Arial;
    color: #525252;
}

/*弹框*/
* {
    margin: 0;
    padding: 0;
}
ul,li,p,br {
    list-style: none;
}


.mark {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 10000;
    opacity: 0.6;
    background: #000;
}

.popboxdxxf {
    background: #ababab;
    padding: 10px;
    border-radius: 5px;
    border-top: 1px solid #aaa;
    position: fixed;
    z-index: 100000;
}

.popboxdxxf header {
    height: 34px;
    line-height: 34px;
    background: #2fafe0;
    color: #fff;
    padding: 0 10px;
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
    font-size: 18px;
}

.popboxdxxf header .close {
    width: 34px;
    text-align: center;
    height: 34px;
    font-size: 20px;
    font-family: Verdana,Tahoma;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}

.popboxdxxf .popboxdxxf-body,.popboxdxxf footer {
    background: #fff;
    padding: 10px;
}

.popboxdxxf .popboxdxxf-body p {
    line-height: 1.7;
    padding: 4px 0;
}

.popboxdxxf .popboxdxxf-body selectbox {
}

.popboxdxxf footer {
    padding-top: 0;
}

/*btn style*/
.btn1 {
    display: inline-block;
    border-radius: 5px;
    min-width: 55px;
    min-height: 22px;
    line-height: 20px;
    text-align: center;
    padding: 5px 5px;
    text-decoration: none;
    border: 0 none;
    vertical-align: middle;
    border: 1px solid #ccc;
    cursor: pointer;
    font-family: "Microsoft YaHei",Tahoma,Verdana,Arial;
    font-size: 14px;
    -webkit-appearance: none;
    margin: 20px 5px;
}

.btn1 {
    width: 42%;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    background: #34b1ff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
}

.btn-blue {
    color: #fff;
    background: #2fafe0;
    border: none;
}

.btn-gray {
    color: #333;
    background: #cccccc;
    border: none;
}

section {
    margin-bottom: 0px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
}

.arrow-link {
    display: inline-block;
    width: 80%;
    padding-right: .3rem;
    position: relative;
}

.arrow-link:after {
    content: '';
    display: inline-block;
    width: .2rem;
    height: .2rem;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: .2rem;
    margin-top: -.1rem;
}
